Skip to content

Add security-scan workflow triggered once a week#10

Merged
ducdetronquito merged 1 commit into
mainfrom
add-security-scan-workflow
Apr 14, 2026
Merged

Add security-scan workflow triggered once a week#10
ducdetronquito merged 1 commit into
mainfrom
add-security-scan-workflow

Conversation

@ducdetronquito
Copy link
Copy Markdown
Contributor

@ducdetronquito ducdetronquito commented Apr 14, 2026

Note

Low Risk
Low risk: adds a new GitHub Actions workflow only, with no changes to application code or runtime behavior.

Overview
Adds a new GitHub Actions workflow security-scan.yml that runs weekly (and on manual dispatch) to invoke the shared ZeroGachis/.github security scan workflow (@v7).

The job inherits repository secrets, sets broad security-related permissions (including security-events: write), and disables image and IaC scanning via inputs.

Reviewed by Cursor Bugbot for commit f271868. Bugbot is set up for automated code reviews on this repo. Configure here.

@ducdetronquito ducdetronquito requested a review from a team April 14, 2026 16:15
@ducdetronquito ducdetronquito self-assigned this Apr 14, 2026
@ducdetronquito ducdetronquito requested a review from a team as a code owner April 14, 2026 16:15
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix prepared a fix for the issue found in the latest run.

  • ✅ Fixed: Duplicate security scan workflow not removed
    • Deleted the legacy .github/workflows/security_scan.yml so only the new security scan workflow remains active.

Create PR

This Bugbot Autofix run was free. To enable autofix for future PRs, go to the Cursor dashboard.

Reviewed by Cursor Bugbot for commit f271868. Configure here.

secrets: inherit
with:
scan-image: false
scan-iac: false No newline at end of file
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate security scan workflow not removed

Medium Severity

A pre-existing security_scan.yml workflow already exists in .github/workflows/, which runs a similar security scan (using security_scan_repo.yml@v6 on Mondays at 10AM). The newly added security-scan.yml appears to be its replacement (using security-scan.yml@v7), but the old file was not deleted. Both workflows will run on their respective schedules, producing redundant security scans.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit f271868. Configure here.

@ducdetronquito ducdetronquito merged commit feb39ca into main Apr 14, 2026
3 checks passed
@ducdetronquito ducdetronquito deleted the add-security-scan-workflow branch April 14, 2026 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant